how to scroll fixed position

70

.fixed-content {
    top: 0;
    bottom:0;
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
}
.fixed-content {
    overflow-y:scroll;
    overflow-x:scroll;
}

Comments

Submit
0 Comments